Tags: python* + machine learning*

0 bookmark(s) - Sort by: Date ↓ / Title /

  1. The article details “autoresearch,” a project by Karpathy where an AI agent autonomously experiments with training a small language model (nanochat) to improve its performance. The agent modifies the `train.py` file, trains for a fixed 5-minute period, and evaluates the results, repeating this process to iteratively refine the model. The project aims to demonstrate autonomous AI research, focusing on a simplified, single-GPU setup with a clear metric (validation bits per byte).

    * **Autonomous Research:** The core concept of AI-driven experimentation.
    * **nanochat:** The small language model used for training.
    * **Fixed Time Budget:** Each experiment runs for exactly 5 minutes.
    * **program.md:** The file containing instructions for the AI agent.
    * **Single-File Modification:** The agent only edits `train.py`.
  2. Daggr is a new, open-source Python library for building AI workflows that connect Gradio apps, ML models, and custom functions. It automatically generates a visual canvas where you can inspect intermediate outputs, rerun individual steps, and manage state for complex pipelines.
  3. A gentle introduction to Causal Machine Learning, covering the core concepts, differences from traditional ML, and practical applications with Python.
  4. This article covers five Python scripts designed to automate impactful feature engineering tasks, including encoding categorical features, transforming numerical features, generating interactions, extracting datetime features, and selecting features automatically.
  5. Train your neural network in TensorFlow or PyTorch, and run it inside CircuitPython using a single line of Python code.
  6. A 12-week, 26-lesson curriculum all about Machine Learning, using primarily Scikit-learn and avoiding deep learning.

    The `mlabonne/llm-course` GitHub page offers a comprehensive LLM education in three parts: **Fundamentals** (optional math/Python/NN basics), **LLM Scientist** (building LLMs – architecture, training, alignment, evaluation, optimization), and **LLM Engineer** (applying LLMs – deployment, RAG, agents, security). It’s a detailed syllabus with extensive resources for learning the entire LLM lifecycle, from theory to practical application.
  7. This is the code repository for Causal Inference and Discovery in Python, published by Packt. Unlock the secrets of modern causal machine learning with DoWhy, EconML, PyTorch and more.
  8. This article explains the Greedy Boruta algorithm, a faster alternative to the traditional Boruta algorithm for feature selection. It details how it works, its advantages, and provides a Python implementation.
  9. "Talk to your data. Instantly analyze, visualize, and transform."

    Analyzia is a data analysis tool that allows users to talk to their data, analyze, visualize, and transform CSV files using AI-powered insights without coding. It features natural language queries, Google Gemini integration, professional visualizations, and interactive dashboards, with a conversational interface that remembers previous questions. The tool requires Python 3.11+, a Google API key, and uses Streamlit, LangChain, and various data visualization libraries
  10. A simple explanation of the Pearson correlation coefficient with examples

Top of the page

First / Previous / Next / Last / Page 2 of 0 SemanticScuttle - klotz.me: tagged with "python+machine learning"

About - Propulsed by SemanticScuttle